;TRIX NPC MADE BY DEADLYEAGLE PLS DONT EDIT THIS HEADER

[@main]
#IF
checkgold 1000000
#ACT
goto @rich
break

#IF
checkgold 200000
#ACT
goto @medium
break

#IF
checkgold 100000
#ACT
goto @poor
break

#IF
checkgold 30000
#ACT
goto @poor2
#ELSEACT
goto @topoor


[@rich]
welcome. I will tell you right away..you picked the wrong room.\
However even tough I am only an illusion, existent only in this maze\
I cannot hide the fact that I would like to see some cash. Would\
you b willing to give me 250000 goldcoins and in exange I give you\
another chanche?\
<ok/@pay1>\
<not a chanche/@exit>

[@medium]
welcome. I will tell you right away..you picked the wrong room.\
However even tough I am only an illusion, existent only in this maze\
I cannot hide the fact that I would like to see some cash. Would\
you b willing to give me 50000 goldcoins and in exange I give you\
another chanche?\
<ok/@pay2>\
<not a chanche/@exit>

[@poor]
welcome. I will tell you right away..you picked the wrong room.\
However even tough I am only an illusion, existent only in this maze\
I cannot hide the fact that I would like to see some cash. Would\
you b willing to give me 25000 goldcoins and in exange I give you\
another chanche?\
<ok/@pay3>\
<not a chanche/@exit>

[@poor2]
welcome. I will tell you right away..you picked the wrong room.\
However even tough I am only an illusion, existent only in this maze\
I cannot hide the fact that I would like to see some cash. Would\
you b willing to give me 10000 goldcoins and in exange I give you\
another chanche?\
<ok/@pay4>\
<not a chanche/@exit>

[@poor2]
welcome. I will tell you right away..you picked the wrong room.\
However I will let you pass\
<tnx/@out>

[@pay1]
#ACT
take gold 250000
map DEM58

[@pay2]
#ACT
take gold 50000
map DEM58

[@pay3]
#ACT
take gold 25000
map DEM58

[@pay4]
#ACT
take gold 10000
map DEM58

[@out]
#ACT
map DEM58

